home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 05.zip / BS1 part 5 / LSD.adf / source / DFCProtos.h.pp / DFCProtos.h
C/C++ Source or Header  |  1990-09-13  |  2KB  |  46 lines

  1. int AllocBuffers(void) ;
  2. void FreeBuffers(int i) ;
  3. struct IOStdReq *CreateIOStdReq(void) ;
  4. void DeleteIOStdReq(struct IOStdReq *IOStdReq) ;
  5. void ReCheck(long *w) ;
  6. long Check(long *Track) ;
  7. void UpdateRootBlock(char *b) ;
  8. void MakeFormatData(int Track, char *b, int UseFFS) ;
  9. void CopyBuffer(void *p, int Unit, int Track) ;
  10. int OpenDisk(int Unit) ;
  11. void CloseDisk(int Unit) ;
  12. int DoTDIO(int Unit, int Track, void *Buffer, int Command, int Size) ;
  13. __saveds void DiskTask(void) ;
  14. void MemCleanup(void) ;
  15. int SetUpPorts(void) ;
  16. void ClosePorts(void) ;
  17. void SendMsg(int Unit, int Action, int n) ;
  18. void Inhibit(int unit, int bool) ;
  19. int OpenDiskTask(int Unit) ;
  20. void CloseDiskTask(int Unit) ;
  21. void ReverseBorderColors(void) ;
  22. int ProblemsWithUnit(char *s, int Unit, int Track) ;
  23. void Acknowledge(char *s) ;
  24. void DrawText(struct Window *Window, char *String, int x, int y) ;
  25. void PrintRectAt(struct Window *Window, int n, int color) ;
  26. void UpdateProgress(struct Window *Window) ;
  27. void DrawProgress(struct Window *Window, int n, int color) ;
  28. void WipeProgress(struct Window *Window, int start) ;
  29. struct Window *SetUpWindow(void) ;
  30. void WipeGadget(struct Window *Window, struct Gadget *G) ;
  31. void SelectGadget(struct Window *Window, struct Gadget *G, int Bool) ;
  32. void ToggleGadget(struct Window *Window, struct Gadget *G) ;
  33. struct Gadget *GAddr(int GadgetNumber) ;
  34. void EnableGadgets(struct Window *Window, int Mask) ;
  35. void Beep(int Period) ;
  36. void SetUpAudio(void) ;
  37. void CloseAudio(void) ;
  38. int OpenVoice(void) ;
  39. void CloseVoice(void) ;
  40. void Say(char *s) ;
  41. void SendAndLockMsg(int Unit, int Action, int n) ;
  42. void ReSendAndLockMsg(struct IMsg *Message) ;
  43. int NoLockedMsgs(int Mask) ;
  44. void Stop(void) ;
  45. int FatalErrors(struct IMsg *Message) ;
  46.